Skip to content

chore(main): release 0.1.8#130

Closed
github-actions[bot] wants to merge 1 commit into
mainfrom
release-please--branches--main
Closed

chore(main): release 0.1.8#130
github-actions[bot] wants to merge 1 commit into
mainfrom
release-please--branches--main

Conversation

@github-actions

@github-actions github-actions Bot commented May 29, 2026

Copy link
Copy Markdown
Contributor

🤖 I have created a release beep boop

0.1.8 (2026-05-29)

Features

  • ci: automate OperatorHub bundle submission in release workflow (4aacfa7), closes #131
  • helm: add AttuneBudgetExhausted PrometheusRule alert (6bc68e3)
  • krew: add ppc64le and s390x platform support (89ae79d)
  • replace personal PAT with GitHub App for OperatorHub PRs (4804109), closes #135

Bug Fixes

  • add NaN/Inf guards to remaining ParseFloat call sites (315801c)
  • add reviewers to OperatorHub ci.yaml for auto-merge (a5349c2)
  • ci: disable errexit around E2E gate API polling (894ca93)
  • ci: handle transient API failures in E2E lint/unit gate polling (d70ed2e)
  • ci: make release workflow idempotent for re-runs (b698035)
  • ci: pass explicit tag_name to softprops/action-gh-release (fcf0d95)
  • ci: replace E2E gate polling with needs dependency (b6aeebf)
  • ci: separate API call from jq to prevent gate false-failures (2a32234)
  • ci: use GitHub App token for release-please (247d0d0)
  • ci: use SVG logo in OLM bundle and generate icon at build time (#132) (e47df9a)
  • helm: set operator capability level to Auto Pilot (825a77f)
  • plugin: show burst factor in explain output and improve CRD-missing error (88e753c)
  • webhook: reject NaN and Inf in SLO guardrail threshold (e978e35)

This PR was generated with Release Please. See documentation.

@github-actions github-actions Bot requested a review from SebTardif as a code owner May 29, 2026 02:23
@github-actions github-actions Bot force-pushed the release-please--branches--main branch 4 times, most recently from e75015a to 6e53cc4 Compare May 29, 2026 04:12
@github-actions github-actions Bot force-pushed the release-please--branches--main branch 11 times, most recently from a3c75ae to d443e92 Compare May 29, 2026 15:28
@SebTardif SebTardif enabled auto-merge May 29, 2026 16:18
SebTardif added a commit that referenced this pull request May 29, 2026
Release-please was using GITHUB_TOKEN to create and update PR #130.
GitHub suppresses pull_request events for pushes made with
GITHUB_TOKEN (to prevent recursive workflows), so the CI workflow
never triggered and the CI Gate required status check never appeared,
permanently blocking the release PR.

Switch to the attune-release-bot GitHub App token so release-please
PR pushes generate real pull_request events that trigger CI.

Signed-off-by: Sebastien Tardif <sebtardif@ncf.ca>
@attune-release-bot attune-release-bot Bot force-pushed the release-please--branches--main branch from d443e92 to 810ecab Compare May 29, 2026 16:44
@github-actions github-actions Bot added size/s 10-49 lines changed area/docs Documentation labels May 29, 2026
@SebTardif SebTardif added this pull request to the merge queue May 29, 2026
@SebTardif SebTardif removed this pull request from the merge queue due to a manual request May 29, 2026
@SebTardif

Copy link
Copy Markdown
Contributor

Closing for clean release. The merge queue was blocked because the DCO probot app does not support merge_group events, leaving its check in QUEUED state forever under the ALLGREEN strategy. Will fix the DCO check implementation and let release-please create a fresh PR.

@SebTardif SebTardif closed this May 29, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/docs Documentation autorelease: pending size/s 10-49 lines changed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Replace personal PAT with org-owned GitHub App for OperatorHub PRs feat: automate OperatorHub bundle submission in release workflow

1 participant